home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / MacTide 1.3.3 / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-04  |  590 b   |  18 lines  |  [TEXT/MPS ]

  1. #define VERSION "1.3"
  2. #define PATCHLEVEL 3
  3.  
  4. /* Default location and name of harmonics file */
  5. /* This is overridden by the HFILE environment variable or by the -hfile
  6.    switch. */
  7. #define hfile "harmonics"
  8.  
  9. /* Default location to show tides for */
  10. /* This is overridden by the LOCATION environment variable or by the
  11.    -location switch. */
  12. #define deflocation "Baltimore (Fort McHenry)"
  13.  
  14. /* System default config file, read only if neither ~/.[x]tiderc nor
  15.    -config is present.  sysconfig is for tide, xsysconfig is for xtide. */
  16. #define sysconfig "tiderc"
  17. #define xsysconfig "xtiderc"
  18.